home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.9 / 2001-12_Disc_7.9.bin / Data / audio.pcg / scripts / DefineButton2_19 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2001-09-13  |  139b  |  9 lines

  1. on(release){
  2.    if(_level1.EasterEggIsOn == false)
  3.    {
  4.       stopAllSounds();
  5.    }
  6.    _root.textInfo.stop();
  7.    gotoAndStop(2);
  8. }
  9.